IAsyncActionWithProgress.Completed Property

Gets or sets the method that handles the action completed event.

Syntax

public:
property AsyncActionWithProgressCompletedHandler<TProgress>^ Completed {
         AsyncActionWithProgressCompletedHandler<TProgress>^ get ();
         void set (AsyncActionWithProgressCompletedHandler<TProgress>^ value);
}  

Property value

Type: AsyncActionWithProgressCompletedHandler<TProgress> 

The method that handles the event.

Remarks

Requirements

Namespace: Windows.Foundation

Metadata: windows.winmd

See also

Reference

IAsyncActionWithProgress Generic Interface

IAsyncActionWithProgress Members

Windows.Foundation Namespace